home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / Freeze / InfoMgr.h < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.2 KB  |  46 lines

  1. /*
  2.  *    Filename:    InfoMgr.h 
  3.  *    Created :    Sun Oct 20 20:38:52 1991 
  4.  *    Author  :    Vince DeMarco
  5.  *        <vince@whatnxt.cuc.ab.ca>
  6.  */
  7.  
  8.  
  9. /* 
  10.    Copyright (C) 1990 Free Software Foundation, Inc.
  11.  
  12.    This program is free software; you can redistribute it and/or modify
  13.    it under the terms of the GNU General Public License as published by
  14.    the Free Software Foundation; either version 2, or (at your option)
  15.    any later version.
  16.  
  17.    This program is distributed in the hope that it will be useful,
  18.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20.    GNU General Public License for more details.
  21.  
  22.    You should have received a copy of the GNU General Public License
  23.    along with this program; if not, write to the Free Software
  24.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  25.  
  26. /* Generated by Interface Builder */
  27.  
  28. #import <objc/Object.h>
  29.  
  30. @interface InfoMgr:Object
  31. {
  32.     id    infoPanel;
  33.     id  appIconButton;
  34.     id  helpPanel;
  35.     id  copyingPanel;
  36. }
  37.  
  38. - info:sender;
  39. - help:sender;
  40. - copying:sender;
  41. /* Info Panel Delegation Methods */
  42. - windowWillClose:sender;
  43. - windowDidBecomeKey:sender;
  44.  
  45. @end
  46.